Hello Tom, I have multiple questions for you about using programming threads (as opposed to the kind of threads cut on a lathe - I'm being pedantic but I want the nature of my question to be clear to other forum users):
1) Are multiple threads allowed to be flashed to each Kflop board as independent programs with assigned thread #'s?
All questions below assume a "yes" answer to #1 above:
2)Are the thread #s the same as those seen in the C-program window, or are threads assigned by order of upload, or some other enumerating mechanism?
3)Are all threads uploaded at once, or are they done one at a time by compiling and then downloading each different *.out file to the board?
4)Will all uploaded threads execute automatically, or do they have to be called by a "master" thread via the "StartThread()" function? If so, which thread is to be the "master thread", or is this simply
5)Is there any limitation on other threads Starting, Pausing, Resuming or Ending other threads?
6) I assume all threads must have their own main() function? If so, is a return from the main the same as executing an End_thread() function?
Thanks!
|